home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / ZOOMV32B.INC < prev    next >
Text File  |  1994-03-28  |  973b  |  42 lines

  1. ; ZOOM FaxModem V.32bis  (14400 bps modem)
  2. ;
  3. ; ONE TIME MODEM SETUP:  If you will only be using TE/2 with this modem,
  4. ; then you can use the "ONE TIME MODEM" setup below, and store the settings
  5. ; into one of the two setting-save areas.  If you will be using other
  6. ; communication programs, then the initialization string should remain
  7. ; intact.
  8. ;
  9. ;       &F   ... Reset to factory settings
  10. ;       L0   ...
  11. ;       &C1  ...
  12. ;       &
  13. ;
  14. ;       AT&F
  15. ;       AT&C1&D2S36=7S38=0S95=44
  16. ;       ATS11=60&W
  17. ;
  18. ; NOTES: Set ALL dialing directory entries to 57600 baud
  19.  
  20. Baud          57600
  21. Parity        N
  22. WordLen       8
  23. StopBits      1
  24.  
  25. XonXoff       BOTH
  26. CtsRts        BOTH
  27. MatchBaud     FALSE
  28.  
  29. ModemInitStrg AT&FL0&C1&D2&K3S7=60S11=55S36=7S95=44^M
  30. ModemDialStrg ATDT
  31. ModemDialSufx ^M
  32. ModemHangStrg ;
  33. DTRHangup     TRUE
  34.  
  35. Connect       CONNECT,57600
  36.  
  37. NoConnect     NO_DIAL
  38. NoConnect     NO_CARRIER
  39. NoConnect     BUSY
  40. NoConnect     VOICE
  41.  
  42.